home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Misc / Wood.0.72 / Sources / StyleInspector.h < prev    next >
Encoding:
Text File  |  1994-05-27  |  538 b   |  33 lines

  1.  
  2. #import <appkit/appkit.h>
  3. #import <misckit/MiscInspector.h>
  4.  
  5.  
  6. @interface StyleInspector:MiscInspector
  7.     id parentEnding;
  8.     id nodeEnding;
  9.     id form;
  10.     id outline;
  11.     id fillColor;
  12.     id textColor;
  13.     id outlineColor;
  14.     id outlinewidth;
  15. }
  16.  
  17. - init;
  18. - (BOOL)wantsButtons;
  19. - (BOOL)doesHandleSelection;
  20. - ok:sender;
  21. - revert:sender;
  22. - changeParentEnding:sender;
  23. - changeNodeEnding:sender;
  24. - changeForm:sender;
  25. - changeOutline:sender;
  26. - changeFillColor:sender;
  27. - changeTextColor:sender;
  28. - changeOutlineColor:sender;
  29. - changeOutlinewidth:sender;
  30.  
  31. @end
  32.